home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #1
/
Amiga Plus 1995 #1.iso
/
fish-disketten
/
fish_921-930
/
d924
/
s-omni
/
shell.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1994-12-13
|
191b
|
10 lines
/* Shell*/
'REXXMAST'
ADDRESS command
conwindow="CON:0/0/640/100/New/Close"
CALL OPEN out,"ram:temp",write
CALL WRITELN out, 'rx age.rexx'
CALL CLOSE out
'newshell' conwindow "ram:temp"
EXIT